home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / football_header.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(press).as
Text File  |  2006-11-13  |  229b  |  13 lines

  1. on(press){
  2.    _root.Jumpup = true;
  3.    _root.ball.ypos = _root.ball._y;
  4.    if(_root.ball._x > _root.ball._xmouse)
  5.    {
  6.       mposx = - mposx;
  7.    }
  8.    if(_root.ball._x < _root.ball._xmouse)
  9.    {
  10.       mposx = 3;
  11.    }
  12. }
  13.